home *** CD-ROM | disk | FTP | other *** search
- Path: cpsc.ucalgary.ca!davidt
- From: davidt@cpsc.ucalgary.ca (David Taylor)
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: Re: [Q]: Very Long Integer Library
- Date: 13 Mar 1996 21:46:29 GMT
- Organization: University of Calgary CPSC
- Message-ID: <4i7fnl$9v9@linux.cpsc.ucalgary.ca>
- References: <5DA85A3CDF@iis.nsk.su>
- NNTP-Posting-Host: fsj.cpsc.ucalgary.ca
- Keywords: long integers GCC
-
- In article <5DA85A3CDF@iis.nsk.su>, <EPG@iis.nsk.su> wrote:
- >Hi all!
- >
- >Please please help me to find Very Long Integer Library (source) for
- >C++. I'd be grateful if you can advise me any places in the Internet.
- >
- >Sincerely, Pavel.
-
- This might help: GCC/G++ has a type "long long int" built in that is
- twice as large as an int (64-bits on most computers). All arithmetic
- operations are supported. Should be in DJGPP and EMX for DOS and
- OS/2, too.
-
- --
- Andrew Taylor |email: davidt@cpsc.ucalgary.ca
- |www: http://www.cpsc.ucalgary.ca/~davidt
-